::-moz-selection {
    background-color: #ED7F10 !important;
    color: #138784 !important;
}
::selection {
    background-color: #ED7F10 !important;
    color: #138784 !important;
}

.site-heading h2 span,
.about-area .info > h4 {
    color: #ED7F10 !important;
}

.home_gif1 {
    width: 90px;
}

.counter_img {
    width: 100px;
}

.top-services-area .services-tabs ul.nav.nav-pills li a {
    padding: 5%;
}

.map {
    width: 490px;
    height: 260px;
}

.contact i {
    font-size: 20px !important;
    color: #138784 !important;
}

.address {
    margin-bottom: 0 !important;
}
.address i {
    text-align: left !important;
    margin-bottom: 8px !important;
    min-width: 25px !important;
    color: #138784 !important;
}

.opening-info li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.opening-info li .closed {
    background: #0cb8b6;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 30px;
}

.quick_links {
    display: grid;
}

/* .top-rem {
    margin-top: 1.5rem;
} */

.sideul {
    list-style: none;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 9999;
}
.sideli > a {
    display: block;
    margin-left: -2px;
    height: 50px;
    width: 60px;
    border-radius: 0 25px 25px 0;
    margin-bottom: 1em;
    transition: all .4s ease;
    color: #2980b9;
    text-decoration: none;
    line-height: 60px;
    position: relative;
}
.sideli > a:hover {
    cursor: pointer;
    width: 180px;
    color: #fff;
}    
.sideli > a:hover .sidespan {
    left: 0;
    top: -7px;
}
.sideli > a:hover .sidei img {
    height: 36px;
    margin-top: 12px;
}
.sidespan {
    padding: 0 30px 0 15px;
    position: absolute;
    left: -120px;
    transition: left .4s ease;
}
.sidei {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}
.sidei > img {
    margin-top: -5px;
    margin-left: 6px;
}
.hover_img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.sideli > a:hover .hover_img {
    position: absolute;
    display: block;
}
.sideli > a:hover .main_img {
    opacity: 0;
}
.sideinstagram {
    background: #FBE5EB;
}
.sideinstagram:hover {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.sidelinkedin {
    background: #CAEAFB;
    color: #0A66C2;
}
.sidelinkedin:hover {
    background: #0A66C2;
}
.sideinstagram:hover .sidei {
    font-size: 1em;
}
.sidefacebook {
    background: #E7EEFF ;
    color: #3b5998;
}
.sidefacebook:hover {
    background: #3b5998;
}
.sideyoutube {
    background: #FFDDDD;
    color: #CD201F;
}
.sideyoutube:hover {
    background: #CD201F;
}
.sidetwitter {
    background: #1dcaff42;
    color: #00aced;
}
.sidetwitter:hover {
    background: #00aced;
}
.face {
    height: 39px;
}

.emails {
    display: grid;
}

@media (min-width: 320px) and (max-width: 767px) {
    .sideul {
        display: none;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .map {
        max-width: 283px;
    }
    .phns {
        display: grid;
    }
    .quick_links {
        display: flexbox;
    }
}